CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - android 例子

搜索资源列表

  1. simplejni.zip

    0下载:
  2. android jni的使用例子,简单却很有代表性。,android jni usage ,simple and classic.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:19108
    • 提供者:ffffff
  1. mars-android-code

    0下载:
  2. mars android 代码实例。对于学习android的新人来说这是个非常好的例子。代码更新到33集。-mars android code examples. For newcomers to learn the android is a very good example. Code update to 33 sets.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7213338
    • 提供者:王者
  1. rchart2

    0下载:
  2. RChart 2.1 for the Java[TM] Platform and SWT 有源码,例子 most popular java component which has been available since 2000 and has been ported also to .NET and Php programming languages-RChart 2.1 for the Java [TM] Platform and SWT have a source, for ex
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:2309928
    • 提供者:whsh
  1. Andriod_JNI

    0下载:
  2. 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:15818
    • 提供者:Richardson
  1. android-tutorial-service_activity

    0下载:
  2. Android Service 和 Activity 的学习例子。可以通过Log,查看执行过程。-Android Service and Activity of learning examples. By Log, see the implementation process.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:62530
    • 提供者:he
  1. hello

    0下载:
  2. 本例子是一个比较简单的 android 应用实例,通过本例子的学习,你可以比较清楚了解android的结构 对你以后学习会有很大的帮助-this is a example to study android program you will learn a lot from this example and know more about android fream.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:20022
    • 提供者:杜三忒
  1. rss_reader

    0下载:
  2. 基于android1.5平台,eclipse环境编译,《android开发入门与实战》里的例子,实现了一个rss阅读器的功能,-Based android1.5 platform, eclipse build environment, " android development started with the actual combat" in the example, implements a rss reader functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:43701
    • 提供者:白同学
  1. GisMap

    0下载:
  2. 基于mapxtreme for java ,实现了地图的拖动,鹰眼,放大缩小,图层添加等功能。对于初学者是一个很好的例子。 下载后即可使用。-Based mapxtreme for java, drag the map to achieve, Eagle Eye, zoom, add layers and other functions. For starters is a good example. Download for immediate use.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-26
    • 文件大小:9056645
    • 提供者:孙类
  1. Android_SRC_activity_7

    0下载:
  2. Android SDK 下的 activity 组件例子,对大家入门Android开发非常有帮助-Android SDK component activity under the example of the development of Android we started very helpful
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2874049
    • 提供者:林健枫
  1. Android-workplace1

    0下载:
  2. Android的小练习的例子,初学者很有帮助,多联系联系,自己调试通过的!-Adnroid Example ,you can exercise to improve your ability~
  3. 所属分类:Applet

    • 发布日期:2017-12-02
    • 文件大小:2571
    • 提供者:lifei
  1. Android

    0下载:
  2. 7个Android应用程序源代码,代码有注释,是学习的很好例子-7 Android application source code, code annotated, is a good example of learning
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:669341
    • 提供者:孤剑客
  1. Android-OAuth-Twitter-Example

    0下载:
  2. android环境下twitter authentication的例子-a demo for twitter authentication
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:321622
    • 提供者:芳李
  1. Android-PanesLibrary

    0下载:
  2. Android源代码下载,基于java的手机源码。PanesLibrary是Andorid手机上的多面板平板布局例子,可以让你轻松创建带多个面板的平板布局Android应用,包括有滑动菜单和内容面板,在平板上菜单和多个面板一起显示,让你的Andorid应用界面更加漂亮美观。-Android source code download, java-based mobile source. PanesLibrary Andorid phone is flat on the multi-panel la
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:936794
    • 提供者:乐乐
  1. JSON-android

    0下载:
  2. web服务器和android客户端之间进行json传输例子,你懂得,我自己做的,分享给需要的朋友-My English is poor
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:804566
    • 提供者:123
  1. android-gestures-

    0下载:
  2. 很多时候,利用触摸屏的Fling、Scroll等Gesture(手势)操作来操作会使得应用程序的用户体验大大提升,比如用Scroll手势在 浏览器中滚屏,用Fling在阅读器中翻页等。在Android系统中,手势的识别是通过 .OnGestureListener接口来实现的,不过William翻遍了Android的官方文档也没有找到一个相 关的例子,API Demo中的TouchPaint也仅仅是提到了onTouch事件的处理,没有涉及到手势。Android Developer讨论组里也有不少人
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8983
    • 提供者:胡敏
  1. android-sky.tar

    0下载:
  2. android opengl 3d 渲染例子程序,场景是天空,支持滑动操作-android opengl 3d rendering example program, the scene is the sky, supported by sliding operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:85490
    • 提供者:周新东
  1. android-examples

    0下载:
  2. 安卓开发关键技术与精彩案例随书源码,所有例子经测试都可用,适合初学者-Android development of key technologies and wonderful case with the source book, all the examples have been tested are available, suitable for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2754206
    • 提供者:陈艳
  1. android

    0下载:
  2. android拍照后上传例子 android拍照后上传例子-After uploading pictures android example
  3. 所属分类:Applet

    • 发布日期:2017-05-17
    • 文件大小:4388515
    • 提供者:xf
  1. jamendo-android-9664e97

    0下载:
  2. android音乐播放器源码,暂时没有运行截图,Android编程开发的朋友敬请下载。类似的播放器例子比较多了,出自不同的编程者,有不同的思路,所以可学习到不同的技巧。-android music player source code, there is no running shots, Android programming development friend please download. Similar examples are more players, and differen
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-25
    • 文件大小:449253
    • 提供者:epudn37
  1. Android.download

    0下载:
  2. Android例子源码多线程断点续传+在线音乐缓冲播放-Android multithreaded breakpoint continuingly example source code+ online music playback buffer
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-08
    • 文件大小:1940449
    • 提供者:李卫
« 12 3 4 5 6 »
搜珍网 www.dssz.com